Skip to main content

All Questions

Tagged with
0votes
2answers
152views

Add my footer menu to the header

I want to add more links in my menu. duvacon.de ---> you see only the "categories", I want also add the links of my footer menu to the header. This code is for the header menu, now I want to add a ...
jason jones's user avatar
0votes
1answer
85views

How to include different html tags in the header for different pages?

I am changing the banner in the header based on the page id: if(is_page(14) or is_page(16)) { $class_name='bannerExp'; } if(is_page(18) or is_page(52) or is_page(22) or is_page(20)) { $...
Vanina Yordanova's user avatar
0votes
1answer
308views

Clickable image link sends people to wrong URL

On my website www.wilsonstransportation.com, on the header of our custome theme page, we have a "Get a Quote" image on the right hand side. When you click it, it is taking people to http://...
user34597's user avatar
0votes
1answer
172views

Changing 2011 theme header image based on user dropdown

I posted earlier about changing my site's CSS based on user-choice from a drop-down and storing it in a cookie, which I think I have now resolved, and sort-of have working at the following address ...
Vixxd's user avatar
2votes
1answer
2kviews

Using PHP to toggle stylesheet and header image, set in cookie

I haven't done a lot of work with cookies or Wordpress before so I think I've been a bit over-optimistic in my quest :p I have created two themes for my site, night and day. I would like the user to ...
Vixxd's user avatar
0votes
1answer
102views

Converting Menu Links to List Elements

I'm creating a theme from a template based on Wordpress 3.0. I've started with items like Starkers which is a completely bare theme, and even tried modifying something by default like Twenty Ten or ...
user avatar

close